Fix shortcuts section reflow
authorMatthias Clasen <mclasen@redhat.com>
Tue, 14 Jul 2020 18:47:23 +0000 (14:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Jul 2020 18:48:32 +0000 (14:48 -0400)
commit115d0cdc07e073dd2c1b331aca2215d8ac8ed1ce
tree10462d234cff1c85b27204b503f5efed7edf736e
parent38cce2bb181e54143bef1c3510cd81331e40468e
Fix shortcuts section reflow

When this code was ported from gtk_container_get_children
to the dom api, we inadvertendly inverted the order of the
list in one place. With the dom api, we can just avoid
reversing lists altogether, so do that.

Fixes: #2928
gtk/gtkshortcutssection.c